home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / axshsupp.lha / AXsh-Last.lha / man / last.man
Text File  |  1993-01-08  |  1KB  |  47 lines

  1.  
  2.  
  3. LAST        USER COMMANDS               08-Jan-93
  4.  
  5.  
  6. NAME
  7.     last - display last login of a user
  8.  
  9. SYNOPSIS
  10.         last [ -N ] [ name ]
  11.  
  12. DESCRIPTION
  13.     Last will look through the last-file (usually AXsh:etc/Last)
  14.     which  records  all  user logins.  If a login name is given,
  15.     last  will try to match it with the entries in the last-file
  16.     and print all matching entries.
  17.  
  18.     If  no login name is supplied, all matches succeed, and last
  19.     simply prints all logins in reverse order, that is, the most
  20.     recent first.
  21.  
  22.     As  last  simply  searches  for text strings, it can also be
  23.     used to look for logins on special ttys or on special dates.
  24.  
  25.  
  26. OPTIONS
  27.     -N limits the output to N lines.
  28.  
  29. EXAMPLES
  30.     last -3 root    will  show  the  three most recent logins of
  31.             user root.
  32.  
  33.     last -5        will show the five most recent logins.
  34.  
  35.     last tty5    will show all recorded logins on tty5, most
  36.             recent first.
  37.  
  38. AUTHOR
  39.     Mads Haahr (maze@diku.dk)
  40.  
  41. FILES
  42.     AXsh:etc/Last    the last-file.
  43.  
  44. NOTES
  45.     Last is a simplified version of the Unix last command.
  46.  
  47.